home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
util
/
rexx
/
rmh.lha
/
rmh
/
examples
/
pname.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-04-23
|
239b
|
11 lines
/*
usage of ProgramName()
*/
l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
say "Simple:" ProgramName()
say "NoExt: " ProgramName("NOEXT")
say "Full: " ProgramName("FULL")
say "Path: " PathPart(ProgramName("FULL"))